~ chicken-core (chicken-5) /manual/Interface to external functions and variables


 1[[tags: manual]]
 2
 3== Interface to external functions and variables
 4
 5The macros in this section, such as {{define-foreign-type}} and {{define-external}}, are available in the {{foreign}} import library.  To access them:
 6
 7 (import (chicken foreign))
 8
 9Note: Using the foreign library directly from the interpreter or the REPL will not work.
10
11* [[Accessing external objects]]
12* [[Foreign type specifiers]]  
13* [[Embedding]]                
14* [[C interface]]        
15* [[Data representation]]         
16
17---
18Previous: [[Included modules]]
19
20Next: [[Modules]]
Trap